home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00546_credit btn.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  147 b   |  8 lines

  1. on mouseDown
  2.   global gCreditReturn
  3.   if pictButton(the clickOn) then
  4.     set gCreditReturn to "oldStart"
  5.     goChangeMeta("credits")
  6.   end if
  7. end
  8.